home *** CD-ROM | disk | FTP | other *** search
- ; main screen cfg file
-
- [GLOBALS]
- BackgroundFile="Main Menu"
-
- [TEXTBUTTON_1]
- Font=LARGE ; font to use LARGE/SMALL
- Rect2=250,150,550,190 ; 800x600 rectangle
- Text=0 ; Button text
- Rect1=200,120,440,152
-
- [TEXTBUTTON_2]
- Font=LARGE ; font to use LARGE/SMALL
- Rect2=250,200,550,240 ; 800x600 rectangle
- Text=1 ; Button text
- Rect1=200,160,440,192
-
- [TEXTBUTTON_3]
- Font=LARGE ; font to use LARGE/SMALL
- Rect2=250,250,550,290 ; 800x600 rectangle
- Text=2 ; Button text
- Rect1=200,200,440,232
-
- [TEXTBUTTON_4]
- Font=LARGE ; font to use LARGE/SMALL
- Rect2=250,300,550,340 ; 800x600 rectangle
- Text=3 ; Button text
- Rect1=200,240,440,272
-
- [TEXTBUTTON_5]
- Font=LARGE ; font to use LARGE/SMALL
- Rect2=250,350,550,390 ; 800x600 rectangle
- Text=4 ; Button text
- Rect1=200,280,440,312
-
- [TEXTBUTTON_6]
- Font=LARGE ; font to use LARGE/SMALL
- Rect2=250,400,550,440 ; 800x600 rectangle
- Text=5 ; Button text
- Rect1=200,320,440,352
-
- [TEXTBUTTON_7]
- Font=TINY ; font to use LARGE/SMALL
- Rect2=80,80,210,100
- Text=6 ; Button text
- Rect1=64,64,168,80
-
-
-
-
- [TEXT_1] ; text to show version number
- Font=TINY ; font to use LARGE/SMALL
- Rect2=640,520,760,540 ; 800x600 rectangle
- Rect1=500,406,608,432
-
-
-
-
-
-
-
-
-
-
-
-
-
-